﻿@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
}
body,
html {
	height: 100%;
	width: 100%;
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p,
dl,
dt,
dd {
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.left11 {
	float: left;
}

.right11 {
	float: right;
}

.h20 {
	height: 20px;
}

.h30 {
	height: 30px;
}

.h50 {
	height: 50px;
}

.clear {
	clear: both;
}
.w1400{
	width: 1400px;
	/*overflow: hidden;*/
	margin: 0 auto;
}
.w1200{
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
}


.ss{
	margin-bottom: 50px;
}
.input2{
	width: 250px;
	background: #fff;
	height: 40px;
	box-shadow: 0px 0px 10px #ccc;
	padding-left: 10px;
	box-sizing: border-box;
}
.bnt2{
	width: 100px;
	background: #ec6b6b;
	height: 40px;
	box-shadow: 0px 0px 10px #ccc;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
#header{
	width: 100%;
	height: 130px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}
#header .top2{
	width: 100%;
	margin: 0 auto;	
}
#header .top2 a>img{
	padding-top: 10px;	
}

#header .top2>span{
	font-size: 16px;
	color: #333;
	background: url(../img/top-tel.png) left center no-repeat;
	padding-left: 50px;
	display: block;
	width: 200px;
	float: right;
	line-height: 30px;
	margin-top: 30px;
}
#header .top2>span i{
	display: table;
	font-size: 32px;
	color: #f96f00;
	font-family: impact;
}
.top-tel{
	font-size: 32px;
	color: #ec6b6b;
	font-family: impact;
	font-style: italic;
	float: right;
	margin-right: 15px;
}
.top-tel img{
	vertical-align: middle;
	margin-right: 5px;
}
.menuol ul>li:hover .subnav {
    top:50px;
	}
.menuol ul>li .subnav{
    width: 200px;
	height: 300px;
	display: block;
	position: absolute;
	z-index: 9999999999;
	right: -50px;
	top:50px;
   -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
	}

.menuol ul>li .subnav a{
	width: 0px;
	height: 45px;
	background: #4dba4d;
	display: block;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	box-shadow:0 0px 20px rgba(4,132,100,.75);
	transform:rotateY(90deg);
	opacity: 0;
	color: #fff;
	
    
}
.menuol ul>li:hover .subnav a:hover{
	background: #fff;
	color: #333;
}
.menuol ul>li:hover .subnav a{
	 -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
	width: 200px;
	 opacity: 1;
	 color: #fff;
	 -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;

}

.menuol ul>li:hover .subnav a:nth-child(1) {
    transition-delay: 0s;
}
.menuol ul>li:hover .subnav a:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menuol ul>li:hover .subnav a:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menuol ul>li:hover .subnav a:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menuol ul>li:hover .subnav a:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menuol ul>li:hover .subnav a:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menuol ul>li:hover .subnav a:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menuol ul>li:hover .subnav a:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}


.menuol ul>li:hover .subnav a:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.menuol ul>li:hover .subnav a:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.menuol ul>li:hover .subnav a:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.menuol ul>li:hover .subnav a:nth-child(12) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}


.menubg {
	float: right;
	height: 50px;
	padding-top: 10px;
	/*position: relative;*/
}
/*.menubg {
	width: 1200px;
	height: 56px;
	background: #343434;
	margin: 0 auto;
	position: relative;
}*/

.menuol ul {
	width:100%;
	height: 50px;
	display: table;
}


.menuol ul li {
	padding: 0px 15px;
	float: left;
	/*height: 40px;*/
	text-align: center;
	position: relative;
}

.menuol>ul>li>a {
	line-height: 50px;
	font-size: 18px;
	color: #000;
	display: block;
	
	
	
}
.menuol ul li:hover{
	color: #fff;
	font-weight: bold;
	background: #4dba4d;
}

.menuol ul>li:hover a{ color: #fff;}

.menuol ul li .menuli {
	border-top: none;
	/*background: rgba(0,0,0,.6);*/
	display:none;
	position: absolute;
	z-index:999999;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	/*height: 200px;*/
	box-sizing: border-box;
}

.menuli>a{
	color: #555 !important;
	width:100%;
	height: 40px;
	display: block;
	line-height: 40px !important;
	background: #ddd;
	margin-bottom: 1px;
}
.menuli>a:hover{
	color: #fff !important;
	background: #a86244;
}





.home-pro{
	width: 100%;
	overflow: hidden;
	margin: 60px auto;
}
.home-pro h2{
	font-size: 44px;
	color: #1e63d3;
	width: 100%;
	display: table;
	/*background: url(../img/img1.png) center center no-repeat;*/
	text-align: center;
	margin: 0;
}
.home-pro h3{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin: 0;
	/*background: url(../img/img1.jpg) bottom center no-repeat;*/
	height: 60px;
	line-height: 60px;
}

#home-class {
	width: 100%;
	height:600px;
	overflow: hidden;
	background: #f0f0f0;
	
}
#home-class a{
	width: 14.285%;
	height: 550px;
	display: block;
	float: left;
	background: url(../img/xian2.jpg) center center repeat-x;
	font-size: 20px;
	text-align: center;
	color: #333;
	position: relative;
	margin-bottom: 50px;
}
#home-class a img{
	display: block;
	width: 150px;
	height: 150px;
	border: 50%;
	border-radius: 50%;
	margin: 0px auto;
	border: solid 10px #fff;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 200px;
	
}
#home-class a p{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 120px;
	margin: 0 auto;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
#home-class a:hover img{
	display: block;
	width: 300px;
	height: 300px;
	border: 50%;
	border-radius: 50%;
	margin: 0px auto;
	border: solid 10px #fff;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	position: absolute;
	z-index: 333;
	left: 0;
	right: 0;
	bottom: 70px;
	border: solid 50px #ec6b6b;
	box-shadow: 0px 0px 30px #ec6b6b;
	/*transform: scale(2);*/
	
}
#home-class a:hover p{
	position: absolute;
	z-index: 2;
	left: 40px;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
	font-size: 28px;
	color: #e60012;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.home-pro  ul{
	width: 90%;
	overflow: hidden;
	padding: 0px 5%;
}
.home-pro  ul li{
	width: 24%;
	margin: 20px 0.5%;
	float: left;
	position: relative;
	
	
}
.home-pro  ul li a>img{
	width: 100%;
}
.home-pro  ul li p{
	font-size: 20px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	background:rgb(0,0,0,.6);
	position: absolute;
	z-index: 2;
	bottom: 5px;
	left: 0;
	width: 100%;
}
.tel{
	width: 100%;
	height: 100px;
	line-height: 50px;
	text-align: center;
	font-size: 36px;
	color: #333;
	box-sizing: border-box;
	/*background: #ddd;*/
}
.tel img{
	vertical-align: middle;
}
.tel i{
	font-size: 56px;
	color: #ec6b6b;
	line-height: 100px;
	font-family: impact;
	font-style: italic;
	display: inline-block;
}

#home-lc{
	width: 100%;
	height: 1053px;
	background:url(../img/lcbg.jpg) top center no-repeat;
	padding-top: 100px;
	box-sizing: border-box;
}
.lc-title{
	width: 1360px;
	height: 220px;
	background: url(../img/lc-title.png) top center no-repeat;
	margin: 0 auto;
	padding-left: 700px;
	box-sizing: border-box;
}
.lc-title h2{
	font-size: 56px;
	color: #4dba4d;
	height: 70px;
	margin: 0;
	
}
.lc-title p{
	font-size: 16px;
	line-height: 25px;
	color: #333;
}
.lc-box{
	width: 90%;
	overflow: hidden;
	margin:100px 5%;
}
.lc-box dl{
	width: 24.6%;
	height: 520px;
	background: #fff;
	float: left;
	margin: 0px 0.2%;
}
.lc-box dl:hover dt img{
	transform: scale(1.1);
}
.lc-box dl dt{
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.lc-box dl dt img{
	width: 100% !important;
	-webkit-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
}
.lc-box dl dd strong{
	font-size: 30px;
	color: #000;
	display: table;
	width: 100%;
	text-align: center;
}
.lc-box dl dd{
	font-size: 18px;
	color: #666;
	padding:20px;
	line-height: 35px;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

#home-ys{
	width: 100%;
	/*height: 1247px;*/
	background: url(../img/ysbg.jpg) top center no-repeat;
	padding-top: 270px;
	box-sizing: border-box;
	display: table;
}
.ys-box{
	background: url(../img/ys-pic.png) top center no-repeat;
	width: 1360px;
	height: 640px;
	margin: 0px auto 250px auto;
}
.ys-box ul{
	float: right;
	padding-top: 50px;
	width: 620px;
}
.ys-box ul li{
	margin-bottom: 30px;
}
.ys-box ul li .ys-tt{
	font-size: 34px;
	color: #4dba4d;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
}
.ys-box ul li .ys-zi{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.ys-box>img{
	float: right;
}


#home-about{
	width: 1360px;
	height: 600px;
	/*background: #f6f6f6;*/
	box-sizing: border-box;
	margin: 0 auto;
}
#home-about h3{font-weight:bold;font-size:50px;color:#000;text-align: center; line-height: 100px;}
#home-about p.p{font-size:18px;text-align: left;color:#333; line-height: 35px; margin:0px auto; width: 1300px;}
.nub-cont{width: 100%; margin-top: 50px;}
.nub-cont li{width: 25%;float: left;font-size: 22px;color: #666; text-align: center;}
.nub-cont li>img{ margin: 0 auto;}
.nub-cont li p{display: table; text-align: center; height: 60px; margin: 0 auto;}
.nub-cont li p b{font-size: 68px;color: #ec6b6b;font-family: impact;font-weight: normal;margin-right: 10px;display: inline-block; float: left;}
.nub-cont li p span{font-size: 40px;color: #ec6b6b;vertical-align: super; display: inline-block;float: left;}

#home-case{
	padding-top: 80px;
	height: 600px;
	width: 100%;
	display: table;
	background: #f6f6f6;
}
#home-case h2{
	width: 100%;
	text-align: center;
}
#home-case h2 img{
	margin-top: 10px;
}
#home-case h3{
	font-size: 22px;
	color: #000;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
#focus_Box {
		position: relative;
		width: 1400px;
		height: 600px;
		margin: 50px auto 0 auto;
	}
	
	#focus_Box ul {
		position: relative;
		width: 1200px;
		height: 500px;
		margin: 0 auto;
	}
	
	#focus_Box li {
		z-index: 0;
		position: absolute;
		width: 0px;
		height: 100%;
		top: 146px;
		cursor: pointer;
		left: 377px;
		border: solid 4px #fff;
		box-sizing: border-box;
		display: block;
		overflow: hidden;
		box-shadow: 0px 0px 30px #ccc;
	}
	
	#focus_Box li img {
		width: 100%;
		height: 100%;
		vertical-align: top;
	}
	
	#focus_Box li p {
		height: 120px;
		background: #e3e3e3;
		text-align: left;
		font-size: 16px;
		line-height: 30px;
		color: #333;
		padding: 20px 30px;
		box-sizing:border-box;
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	#focus_Box li p a{
		font-size: 18px;
		color: #333;
		display: table;
		font-weight: bold;
	}
	#focus_Box .prev,
	#focus_Box .next {
		display: block;
		z-index: 100;
		overflow: hidden;
		cursor: pointer;
		position: absolute;
		width: 50px;
		height: 58px;
		top: 101px;
	}
	
	#focus_Box .prev {
		background: url(../img/btn.png) left bottom no-repeat;
		left: -70px;
		top: 205px;
	}
	
	#focus_Box .next {
		background: url(../img/btn.png) right bottom no-repeat;
		right: -60px;
		top: 205px;
	}
	
	#focus_Box .prev:hover {
		background-position: left top;
	}
	
	#focus_Box .next:hover {
		background-position: right top;
	}
	
.lei{
	width: 100%;
	height: 70px;
	background: url(../img/case03.jpg) bottom repeat-x;
	margin-bottom: 60px;
}
.lei p{
	width: 1400px;
	margin: 0 auto;
}
.lei p a{
	width: 193px;
	height: 70px;
	background: url(../img/case02.jpg) bottom center no-repeat;
	font-size: 18px;
	color: #000;
	text-align: center;
	display: block;
	float: left;
	-webkit-transition-duration: .5S;
	-moz-transition-duration: .5S;
	-ms-transition-duration: .5S;
	-o-transition-duration: .5S;
	transition-duration: .5S;
}
.lei p a:hover{
	background: url(../img/case01.jpg) bottom center no-repeat;
	font-size: 20px;
	color: #00cc66;
	font-weight: bold;
	transform: scale(1.1);
}






/*新闻*/
#home-news{
	width: 100%;
	background:#fff;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 80px;
}
#home-news h2{
	font-size: 42px;
	color: #03a77e;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}
#home-news>h3{
	font-size: 22px;
	color: #333;
	width: 100%;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.news-box{
	width: 1400px;
	height: 550px;
	margin: 50px auto;
}
.news-box .news-l{
	width: 100%;
	height: 450px;
	margin-bottom: 70px;
	
}
.news-box .news-l ul li{
	width: 31.3%;
	height: 470px;
	float: left;
	margin: 10px 1%;
	background:#f5f5f5;
	padding: 20px 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px #ddd;
}
.news-box .news-l ul li:hover{
	border-top: solid 5px #ec6b6b;
	box-shadow: 0px 0px 15px #ec6b6b;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.news-box .news-l ul li:hover h3 a{
	color: #ec6b6b;
}
.news-box .news-l img{
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
}
.news-box .news-l h3{
	margin: 0;
	font-weight: normal;
}
.news-box .news-l h3>a{
	font-size: 20px;
	color: #000;
	line-height: 60px;
}
.news-box .news-l h3 a:hover{
	color: #ef6910;
}

.news-box .news-l p{
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	box-sizing: border-box;
}
.news-box .news-r{
	width: 100%;
	height: 550px;
}
.news-box .news-r li{
	width: 31.3%;
	height: 115px;
	padding:10px;
    box-sizing: border-box;
    border-bottom: dashed 1px #ddd;
    margin: 10px 1%;
    float: left;
}
.news-box .news-r li a{
	font-size: 18px;
	color: #000;
	display: table;
	line-height: 40px;
}
.news-box .news-r li a i{
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background: #2f2f2f;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
}
.news-box .news-r li p{
	font-size: 16px;
	color: #888;
	width:100%;
}
.news-box .news-r li p i{
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background: #4dba4d;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
}
.news-box .news-r li a:hover{
	color: #4dba4d;
}

.news-box .news-r .n-time{
	width: 100px;
	height: 90px;
	background: #999;
	font-size: 14px;
	color: #fff;
	text-align: center;
	float: left;
}
.news-box .news-r .n-time span{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: table;
	width: 100%;
	padding-top: 5px;
}





/*底部*/
#footer{
	width: 100%;
	overflow: hidden;
	background: url(../img/foot01.jpg) top center no-repeat #4dba4d;
	padding: 150px 0px 50px 0px;
}
#footer ul{
	width: 1400px;
	margin: 0 auto;
	background: #eee;
}
#footer ul li{
	float: left;
	padding-left: 30px;
}
#footer ul li strong{
	font-size: 20px;
	color: #fff;
	display: table;
	line-height: 40px;
	margin-bottom: 20px;
}
#footer ul li strong:after{
	content: "";
	width: 40px;
	height: 2px;
	background: #fff;
	display: block;
}
#footer .dh-nav{
	width: 150px;
	height: 300px;
	padding-left: 50px;
}
#footer .dh-nav a{
	width: 100px;
	font-size: 18px;
	color: #fff;
	display: block;
	line-height: 30px;
}
#footer .dh-nav a:hover{
	color: #ef6910;
}



#footer .pro-nav{
	width: 200px;
	height: 300px;
}
#footer .pro-nav a{
	width: 100px;
	font-size: 18px;
	color: #fff;
	display: block;
	float: left;
	line-height: 30px;
}
#footer .pro-nav a:hover{
	color: #ef6910;
}


#footer .contact-nav{
	width: 400px;
	margin-top: 50px;
}
#footer .contact-nav b{
	font-size: 24px;
	color: #fff;
}
#footer .contact-nav p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
#footer .b-wx{
	width: 150px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
#footer .b-wx img{
	display: block;
	margin: 30px auto 10px auto;
}

.copy{
	width: 100%;
	height: 70px;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	padding-bottom: 10px;
	background: #000;
	display: table;
}
.copy p{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
}
.copy p span{
	float: left;
	line-height: 60px;
}
.copy p span>a{
	color: #fff;
}
.copy p span>a:hover{
	color: #fff;
}
.copy p>a{
	color: #fff;
	float: right;
	margin-top: 10px;
}
.copy p>img{
	margin-left: 100px;
	
}


/*内容样式*/

.pro-cont{
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}
.pro-l{
	width: 100%;	
	overflow: hidden;
}
.pro-l h2{
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 30px;
	background:url(../img/left01.png) 250px center no-repeat #4dba4d;
	padding: 10px 0px 10px 30px;
	margin: 0 0px 10px;

}
.pro-l h2 span{
	font-size: 16px;
	font-weight: initial;
	color: #fff;
}
.pro-l h2 p{
	font-size: 16px;
	font-weight: initial;
	color: #fff;
}
.pro-l .menu{
	width: 270px;
	margin: 20px auto;
	border: solid 2px #eaeaea;
}
.pro-l .menu ul strong{
	background:url(../img/more.png) 230px center no-repeat #eaeaea;
	color: #000;
	width: 100%;
	height: 50px;
	display: table;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
	padding-left: 20px;
	box-sizing: border-box;
}
.pro-l .menu ul strong a{
	color: #000;
}
.pro-l .menu ul strong a:hover{
	color: #0c439e;
}
.pro-l .menu ul li{
	width: 100%;
	background: url(../img/more.png) 230px center no-repeat #fff;
	line-height: 30px;
	font-size: 18px;
	color: #666;
	text-align: center;
	border-top: solid 2px #eaeaea;
	padding:10px;
	box-sizing: border-box;
}
.pro-l .menu ul li a{color: #555;}
.pro-l .menu ul li:hover{
		border-top: solid 2px #c000ff;
	color: #fff; background: #c000ff; box-shadow: 0px 0px 20px #c000ff;}
.pro-l .menu ul li:hover a{
	color: #fff;
	font-weight: bold;
}
.actt{
	color: #0c439e !important;
}
.pro-l .lx-tel{
	width: 270px;
	overflow: hidden;
	color: #000;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 30px;
}
.pro-l .lx-tel img{
	margin-bottom: 20px;
}
.pro-l .lx-tel p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.pro-l .lx-tel p img{
	vertical-align: middle;
	margin: 0px 10px;
}

.bg_inner{background: url(../img/nyba.jpg) bottom center no-repeat #333;height:300px;padding:0;}

#ny_cont{
font-size:16px;
line-height:30px;
margin-bottom:20px;
}
td{
border:solid 1px #ccc;
line-height:40px
}
#ny_cont img{
	display: block;
	margin: 10px auto;
}
.posi_news{
	font-size: 16px;
	width: 100%;
	background: #ddd;
}
.posi_news a{
	font-size: 16px;
}
.ny-posi{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	background: #4dba4d;
}
.ny-posi ul{
	width: 1200px;
	margin: 0 auto;
}
.ny-posi ul img{
	vertical-align: middle;
	margin-right: 5px;
}
.ny-posi a{
	color: #fff;
}
.ny-posi a:hover{
	color: #fff;
}

.nyba{
	width: 100%;
	height: 400px;
	background: url(../img/nyba.jpg) top center no-repeat #333;
}

.ny_cont{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.ny_cont>img{
	display: block;
	margin: 10px auto;
	max-width: 90%;
}
.ny_cont h1{
	font-size: 26px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	color: #333;
}
#main1200{
	width: 1400px;
	overflow: hidden;
	margin: 30px auto;
}

.ny_left{
	width: 320px;
	overflow: hidden;
	float: left;
	background: #fff;
}
.ny_right{
	width:1050px;
	overflow: hidden;
	float: right;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.cp-box{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.cp-box h2{
	font-size: 26px;
	line-height: 50px;
	color: #0c439e;
	font-weight: normal;
}
.cp-box p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.cp-box p img{
	float: left;
	margin-right: 50px;
}
.nr16{
	font-size: 16px;
	line-height: 30px;
}
.nr16 h1{
	font-size: 26px;
	text-align: center;
	line-height: 80px;
	font-weight: normal;
}
.nr16 img{
	display: block;
	margin: 20px auto;
}
.nr18{
	font-size: 18px;
	line-height: 33px;
}

.ip{
	border: solid 1px #ddd;
}


.ny_cont h2{
	font-size: 20px;
	line-height: 100px;
}
.nypic{
	width: 100%;
	overflow: hidden;
}
.nypic dl{
	width: 315px;
	overflow: hidden;
	float: left;
	margin: 10px;
	max-height: 400px;
}
.nypic dl dt{
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	overflow: hidden;
	
}
.nypic dl dt img{
	width: 100%;
	height: 100%;
	min-height: 300px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.nypic dl dd{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.nypic dl:hover{
	box-shadow: 0px 0px 20px #ccc;
}
.nypic dl:hover dt img{
	transform: scale(1.1);
}
.nypic dl dd a{color: #555;}
.nypic dl:hover dd a{
	color:#0c439e;
}





.case_pic{
	width: 100%;
	overflow: hidden;
}
.case_pic dl{
	width: 315px;
	overflow: hidden;
	float: left;
	margin: 10px;
	height: 276px;
}
.case_pic dl dt{
	width: 100%;
	height: 236px;
	box-sizing: border-box;
	overflow: hidden;
}
.case_pic dl dt img{
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.case_pic dl dd{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.case_pic dl:hover{
	box-shadow: 0px 0px 20px #ccc;
}
.case_pic dl:hover dt img{
	transform: scale(1.1);
}
.case_pic dl dd a{color: #555;}
.case_pic dl:hover dd a{
	color:#0c439e;
}
/*.label{
	float: left;
}
.enter{
	float: left;
}*/


/*内页新闻*/
#ny_contont {
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
}
.news_list{

}
.news_list li {
	/*border: 1px solid #E6E6E6;*/
	background: #fff;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.box2 {
	width: 1200px;
	margin: 0 auto;
}

.news_list li:hover {
	box-shadow: 0px 0px 20px 0px #c000ff;
	padding-bottom: 50px;
	background: #d174ef;
}

.news_list li .date {
	background: #fff;
	color: #333;
	display: inline-block;
	margin-right: 20px;
	float: left;
	font-family: verdana;
	text-align: center;
	border-radius: 4px;
	font-size: 24px;
	font-family: verdana;
	border: 1px solid #d174ef;
	padding: 5px 0 0;
}

.news_list li .date em {
	display: block;
	font-style: normal;
	font-size: 14px;
	font-family: arial;
	background: #d174ef;
	padding: 3px 15px;
	color: #fff;
	margin-top: 5px;
}

.news_list li p {
	color: #999;
	font-size: 14px;
	margin-left: 95px;
	line-height: 25px;
}

.news_list li p a {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}

.news_list li p a:hover {
	color: #fff;
}

.news_list li:hover .box2 a {
	color: #fff;
}

.news_list li:hover .box2 p {
	color: #fff;
}
.news_list li:hover .date {
	background: #fff;
	color: #333;
	display: inline-block;
	margin-right: 20px;
	float: left;
	font-family: verdana;
	text-align: center;
	border-radius: 4px;
	font-size: 24px;
	font-family: verdana;
	border: 1px solid #c000ff;
	padding: 5px 0 0;
}

.news_list li:hover .date em {
	display: block;
	font-style: normal;
	font-size: 14px;
	font-family: arial;
	background: #c000ff;
	padding: 3px 15px;
	color: #fff;
	margin-top: 5px;
}



.sypic3{ float:left;width:280px; height:250px; margin:10px;}
.sypic3 dl{ padding:0; margin:0;width:280px; height:250px; border: solid 2px #ddd;}
.sypic3 dl dt{background:#fff; width:280px; height:210px;display: block;overflow: hidden;}
.sypic3 dl dt img{ width:280px; height:210px;
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-ms-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s;
}
.sypic3 dl dd{ background: #e4e4e4; color:#000;font-size:16px; width:280px; display:block;  height:40px; line-height:40px; font-weight:normal; font-family:"Microsoft Yahei"; text-align:center; text-decoration:none;padding:0; margin:0;}
.sypic3 dl dd a{ display:block; color:#000; text-decoration:none;}
.sypic3 dl dd a:hover{ color:#fff;background:#666;}
.sypic3 dl:hover dt img{
	transform: scale(1.1);
}
.sypic3:hover dl{
	box-shadow: 0 0px 20px rgba(102, 102, 102, .65);
}



.case-pic3{ float:left;width:280px; height:250px; margin:10px;}
.case-pic3 dl{ padding:0; margin:0;width:280px; height:250px;}
.case-pic3 dl dt{background:#fff; width:280px; height:200px}
.case-pic3 dl dt img{ width:280px; height:200px;}
.case-pic3 dl dd{ background: #e4e4e4; color:#000;font-size:16px; width:280px; display:block;  height:45px; line-height:45px; font-weight:normal; font-family:"Microsoft Yahei"; text-align:center; text-decoration:none;padding:0; margin:0;}
.case-pic3 dl dd a{ display:block; color:#000; text-decoration:none;}
.case-pic3 dl dd a:hover{ color:#fff;background:#666;}

.sypic4{ float:left;width:380px; height:425px; margin:10px;}
.sypic4 a dl{ padding:0; margin:0;width:380px; height:425px;background: #eee; color:#000;}
.sypic4 a:hover dl{ padding:0; margin:0;width:380px; height:425px; background:#cf0000; color:#fff;}
.sypic4 a  dl dt{background:#fff; width:380px; height:380px}
.sypic4 a  dl dt img{ width:380px; height:380px;}
.sypic4 a  dl dd{font-size:16px; width:380px; display:block;  height:45px; line-height:45px; font-weight:normal; font-family:"Microsoft Yahei"; text-align:center; text-decoration:none;padding:0; margin:0;}


.sypic5{float:left;width:210px; height:240px; margin:5px;}
.sypic5 dl{ padding:0; margin:0;width:210px; height:150px;}
.sypic5 dl dt{background:#fff; width:210px; height:150px}
.sypic5 dl dt img{ width:210px; height:150px;}
.sypic5 dl dd{ background: #e4e4e4; color:#000;font-size:16px; width:210px; display:block;  height:40px; line-height:40px; font-weight:normal; font-family:"Microsoft Yahei"; text-align:center; text-decoration:none;padding:0; margin:0;}
.sypic5 dl dd a{ display:block; color:#000; text-decoration:none;}
.sypic5 dl dd a:hover{ color:#fff;background:#666;}

.pc_tt{ width:908px; height:33px; background:#eee; border:solid 1px #ddd; margin:0 auto; color:#c80002; line-height:33px; padding-left:10px; margin-top:20px;}
.pc_tt h2{ font-size:16px;}
.pc_nr{ width:898px; padding:10px 10px; height:200px;margin:0 auto; border:solid 1px #ddd;  background:#fff;}


/*页码*/
.list_page{text-align:center;margin:10px;display:block; width:880px;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

.pian{ width:920px; height:30px; margin:20px auto;text-align:center;}
.pian li{width:430px; margin-right:20px; height:30px; line-height:30px; float:left; color:#ca0002; font-size:16px; font-weight:normal; font-family:"Microsoft Yahei"; list-style:none;}
.pian li a{ color:#666; text-decoration:underline;}

.nycp_left{ width:50%; float:left;}
.nycp_right{ width:50%; float:left;}
#nycp_zong{ width:1198px; border:solid 1px #ccc; background:#fff; height:550px; margin:20px auto auto auto;}
#nycp_zong_l{ width:500px;height:550px; float:left;}
#nycp_zong_r{ width:658px;height:510px;float:left; padding:20px;}
#nycp_zong_r h1{ height:60px; line-height:60px; color:#333;}
.intro{ width:100%; height:auto; line-height:30px; color:#333; margin-bottom:10px;}
.intro1{ width:100%; height:auto;  line-height:30px; color:#999;}

.intro4{ width:100%; height:40px;  line-height:40px; color:#999; border-bottom:dashed 2px #ccc;  border-top:dashed 2px #ccc; margin-top:10px; margin-bottom:20px;}
.intro4_l{ width:440px; float:left;}
.intro4_r{ width:200px; float:left;}
.intro2 img{height:auto; margin:0px 10px; border:0px;}
.intro3{height:auto; margin:20px; border:0px; font-size:14px; font-weight:normal; font-family:"Microsoft Yahei"; color:#333;}

.nyr_tt {width:100%; height:36px; overflow:hidden; background:#d2d2d2;}
.nyr_tt h2 {width:180px; text-align:left; line-height:36px;height:36px; text-align:center;background:#555; color:#fff; font-size:16px;}

.info{ width:900px; background:#f5f5f5; color:#000; display:block; height:30px; font:12px #666 30px; text-align:center; margin:0px auto;}
.web{ width:920px; background:#f5f5f5; color:#000; display:block; height:30px; font-size:14px; line-height:30px; text-align:left; margin:0px auto;}
.fenxiang{ width:880px;color:#000; display:block; height:40px; font:14px #666 40px; text-align:left; margin:0px auto;}
.nr {width:95%; margin:20px auto;}
.nr11 img{ border:1px solid #CCCCCC; padding:10px; margin:20px;}

.pc_tt{ width:908px; height:33px; background:#eee; border:solid 1px #ddd; margin:0 auto; color:#c80002; line-height:33px; padding-left:10px; margin-top:20px;}
.pc_tt h2{ font-size:16px;}
.pc_nr{ width:898px; padding:10px 10px; height:200px;margin:0 auto; border:solid 1px #ddd;  background:#fff;}

/*放大镜效果*/
@charset "utf-8";
.jqzoom{text-decoration:none;float:left;z-index:999;}

#goodsshow img{border:0;}

#goodsshow .shop_big{border:1px solid #ededed;padding:10px;background:#fff;width:450px;cursor:pointer; margin:10px;}
#goodsshow .shop_plist{clear:both;width:440px;}
#prolist{width:400px;float:left;overflow:hidden;height:68px;position:relative;margin:10px 0 0 0;}
#prolist ul{margin:0;padding:0;list-style:none;overflow:hidden;width:20000px;position:relative;}
#prolist ul li{float:left;cursor:pointer;position:relative;background:url(../images/pro_none.gif) no-repeat center top;height:68px;}
#prolist ul li img{height:60px;width:60px;margin:6px 8px 0 8px;padding:0px;border:0;}
#prolist .hover{background:url(../images/pro_bg.gif) no-repeat center top;height:68px;}
#goodsshow .shop_plist a.prev{float:left;width:20px;height:68px;display:block;outline:none;background:url(../images/ico_left.gif) no-repeat center;line-height:68px;margin-top:12px;}
#goodsshow .shop_plist a.next{float:left;width:20px;height:68px;display:block;outline:none;background:url(../images/ico_right.gif) no-repeat center;margin-top:12px;}
#goodsshow .right{width:500px;}
#goodsshow .right h1{font-size:18px;font-family:microsoft yahei;font-weight:normal;margin:0 0 10px 0;padding:0;}
#goodsshow .right .intro{color:#999;min-height:80px;}
#goodsshow .right .sno{border-bottom:1px solid #eee;line-height:35px;}
#goodsshow .right .price{color:#999;line-height:30px;padding:10px 0;}
#goodsshow .right .price span{color:#f60;font-size:16px;}


.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #eee;
  z-index:110;
}
.zoomWrapperTitle{
	display:none;
	background:#999;
	color:#FFF;
	height:0;
	line-height:0;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:12px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110; width:600px; height:600px;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}
.zoomdiv {
	WIDTH: 400px; HEIGHT: 400px; LEFT: 859px
}


/*分页相关*/

.pagelist ul {
	text-align: center;
	margin: 20px 0;
}

.pagelist li {
	display: inline-block;
	margin: 0 2px;
}

.pagelist li a {
	color: #666;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 6px 15px;
}

.pagelist li a:hover {
	border-color: #1aaa38;
	background: #1aaa38;
	color: #fff;
}

.pagelist li.active a {
	border-color: #1aaa38;
	background: #1aaa38;
	color: #fff;
}

.pian {
	width: 920px;
	height: 30px;
	margin: 20px auto;
	text-align: center;
}

.pian li {
	width: 430px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ca0002;
	font-size: 16px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	list-style: none;
}

.pian li a {
	color: #666;
	text-decoration: underline;
}